home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2001 June / Internet News 2001-06 - CD-ROM.rar / INCD200106.ISO / mac / Netscape 6 / Installer Modules / langende.xpi / viewer / defaults / isp / en-DE / aol.rdf next >
Extensible Markup Language  |  2001-01-31  |  2KB  |  51 lines

  1. <?xml version="1.0"?>
  2. <RDF:RDF
  3.     xmlns:NC="http://home.netscape.com/NC-rdf#"
  4.     xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  5.  
  6.   <RDF:Description about="NC:ispinfo">
  7.     <NC:providers>
  8.       <NC:nsIMsgAccount about="domain:aol.com">
  9.  
  10.         <!-- server info -->
  11.         <NC:incomingServer>
  12.           <NC:nsIMsgIncomingServer>
  13.             <NC:hostName>imap.mail.aol.com</NC:hostName>
  14.             <NC:type>imap</NC:type>
  15.             <NC:rememberPassword>false</NC:rememberPassword>
  16.             <NC:redirectorType>aol</NC:redirectorType>
  17.           </NC:nsIMsgIncomingServer>
  18.         </NC:incomingServer>
  19.  
  20.         <!-- identity defaults -->
  21.         <NC:identity>
  22.           <NC:nsIMsgIdentity>
  23.             <NC:composeHtml>false</NC:composeHtml>
  24.           </NC:nsIMsgIdentity>
  25.         </NC:identity>
  26.  
  27.         <NC:smtp>
  28.           <NC:nsISmtpServer>
  29.             <NC:hostname>smtp.aol.com</NC:hostname>
  30.             <NC:redirectorType>aol</NC:redirectorType>
  31.           </NC:nsISmtpServer>
  32.         </NC:smtp>
  33.  
  34.         
  35.         <!-- other options... see http://www.mozilla.org/mailnews/?? -->
  36.  
  37.         <NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
  38.         <NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
  39.         <NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
  40.  
  41.         <NC:wizardSkipPanels>true</NC:wizardSkipPanels>
  42.         <NC:wizardShortName>AOL</NC:wizardShortName>
  43.         <NC:wizardLongName>AOL account (For example, jsmith@aol.com)</NC:wizardLongName>
  44.         <NC:wizardShow>true</NC:wizardShow>
  45.         <NC:wizardPromote>true</NC:wizardPromote>
  46.       </NC:nsIMsgAccount>
  47.     </NC:providers>
  48.   </RDF:Description>
  49.  
  50. </RDF:RDF>
  51.